Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

636316 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/js

script.js cody/swapnilsparsh/30DaysOfJavaScript/77 - Search Github Profile/js/script.js
168 Views
0 Comments
//https://api.github.com/users/user_name/repos
//
const user_img = document.querySelector(".user_img");
const userName = document.querySelector(".user_name h1");
const followers_ = document.querySelector(".followers_ span");
const follow_ = document.querySelector(".follow_ span");
const repo_details = document.querySelector(".repo_details");
const btn_submit = document.querySelector(".btn_submit");